home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / GnuTerm_1.1a / GnuTerm.app / English.lproj / GnuTerm.nib / data.classes next >
Text File  |  1995-07-19  |  582b  |  44 lines

  1. GnuView = {
  2.     ACTIONS = {
  3.     resize:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. gnuviewController = {
  10.     ACTIONS = {
  11.     activate:;
  12.     activatePushed:;
  13.     windowWillClose:;
  14.     windowDidBecomeMain:;
  15.     deactivate:;
  16.     };
  17.     OUTLETS = {
  18.     gnuView;
  19.     window;
  20.     activateButton;
  21.     controller;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. Controller = {
  31.     ACTIONS = {
  32.     setKeyTitle:;
  33.     appDidInit:;
  34.     newGnuTerm:;
  35.     printPScodeInKey:;
  36.     };
  37.     OUTLETS = {
  38.     NameField;
  39.     activeTerm;
  40.     keyTerm;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44.